(function ($) { "use strict"; Drupal.behaviors.global = { attach: function () { $(window).once('global').each(function() { $('a').hover(function(e){ $(this).attr('title', ''); }); }); } }; })(jQuery);